-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get notified #19
Get notified #19
Conversation
@@ -19,12 +19,12 @@ | |||
>.02</SectionNumber | |||
> | |||
<SlideIn> | |||
<h2 class="title-100 -mt-[9px] sm:max-w-[280px] lg:max-w-[320px]">Taking back control</h2> | |||
<h2 class="title-100 -mt-[9px] sm:max-w-[280px] sm:pr-5 lg:max-w-[320px]">Taking back control</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These small padding bumps are so that the get notified button doesn't cover text.
class="transition-all duration-1000" | ||
/> | ||
</svg> | ||
<a href="/"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just added a link back to the home page as we have > 1 page now.
src/lib/assets/DiscordLogo.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minified.
@@ -0,0 +1,13 @@ | |||
<script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a "group" here so that home would have the scrolling stuff, but other (new) pages would not
src/routes/(home)/+page.svelte
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only moved.
<Footer /> | ||
</div> | ||
<div class="max-w-page overflow-x-hidden shadow-xl print:shadow-none"> | ||
<slot /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new default layout is simpler. Also remove the shadow from the print version
@@ -0,0 +1,15 @@ | |||
<script lang="ts"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Privacy layout is simple
src/routes/privacy/+page.svelte
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from the community rewards PP.
closes #2 Co-authored-by: Claire Olmstead <olmsteadclaire@gmail.com>
closes #11 blocked by #19 Note: Heather is working on licensing the correct font, so it looks a little off. ## Changes - added favicons - added minor layout styles - created header and nav components - made them accessible for both mobile and desktop ## Demo Uploading Screen Recording 2024-02-13 at 7.49.59 PM.mov… --------- Co-authored-by: Claire Olmstead <olmsteadclaire@gmail.com>
Description
Adds a get notified tag and form and privacy policy
Screenshot(s)
Type of change
Please delete options that are not relevant.
#frequency-xyz
and remember that changes along the way triggerre-approval.)
How to Test?
Please describe how to test that you ran to verify your changes. Provide instructions so we can reproduce. Please also
list any relevant details for your test configuration
Checklist: